﻿*{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}

body{
	min-width: 1349px;
}

/*顶部消息*/

.has_hide {
	position: relative;
}
.has_hide .hide  {
	position: absolute;
	top:15px;
	right: 5px;
	/*left:-54px;*/
	width:48px;
}
.has_hide:hover .hide  {
	display: block;
}
#topnews {

	margin-bottom:10px;
}
.top_news {
	line-height:12px;
	margin:16px 0 22px 0;
	text-align: right;
}
.top_news a {
	margin:0 8px;
}
.search_input {
	border-radius:6px;
	display: inline-block;
	width:80px;
}
.search_input.hide {
	display: none;
}
.has_new_msg {
	border-radius: 50%;
	display: inline-block;
	background: #F3690E;
	width:8px;
	height:8px;
	margin:2px 0;
}

#topnews{
	width: 100%;
	height: 108px;
	min-width:1349px;
	background: #fff;
}

#topnews .top_news{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

#topnews .top_news a{
	color: #b4b4b4;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	line-height: 40px;
	height: 20px;
	text-align: center;
	padding-left: 19px;
	margin: 0 auto;
}

#topnews .top_news a:hover{
	color: #204b8f;
}

#topnews .topbar{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
}

#topnews .topbar div{
	float: right;
}

#topnews .topbar .tel{
	width: 210px;
	padding-left: 19px;
	text-align: center;
}

#topnews .topbar .tel .call{
	text-align: left;
	color: #204b8f;
	font-size: 22px;
	line-height: 60px;

}

#topnews .topbar .yunzuo span{
	color: #b4b4b4;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 0 19px;
}

#topnews .topbar .yunzuo span img{
	padding: 0 10px 0 0;
	position: relative;
	top: 3px;
}


/*顶部消息结束*/

/*顶部菜单区域*/
#menu{
	width: 100%;
	min-width:1349px;
	height: 55px;
	background: #204b8e;
	margin-top: -10px;
}

#menu .menu{
	width: 1200px;
	height: 55px;
	margin: 0 auto;
	background: #204b8e;
}

#menu .menu>a,
.service_li,
.cuxiao>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 55px;
	display: block;
	height: 55px;
	float: left;
	text-align: center;
	padding: 0 68px;
}

.service_li a{
	color: #fff;
}

#menu .menu>a:hover{
	background: #153e7c;
}

.service_li.active,
#menu .menu a.active,
.cuxiao:hover{
	background: #153e7c;
}
/*顶部菜单区域结束*/



/*轮播图区域*/
#flash{
	width: 100%;
	height: 375px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#flash img{
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:0;
}


.lunbo{
	width: 100%;
	height: 375px;
	/*border: 5px solid blue;*/
	min-width:1349px;
	resize:both;
	overflow:hidden;
	margin: 0 auto;
}
.lunbo img{
	display: none;
	position: relative;
	top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fade {
	-webkit-animation:fade 0.5s ease-in-out;
	        animation:fade 0.5s ease-in-out;
}
@-webkit-keyframes fade {
	0% {
		opacity:0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity:0.5;
	}
	100% {
		opacity: 1;
	}
}
.lunbo .active {
	background: #153e7c;
	-webkit-animation:bg 0.5s ease-in-out;
	        animation:bg 0.5s ease-in-out;
}
@-webkit-keyframes bg {
	0% {
		background: #ddd;
	}
	100% {
		background: #153e7c;
	}
}
@keyframes bg {
	0% {
		background: #ddd;
	}
	100% {
		background: #153e7c;
	}
}

.lunbo ul{
	position: absolute;
	left: 50%;
	bottom: 23px;
	width: 200px;
	left:50%;
	margin-left:-100px;
	/*text-align: center;*/
}
.lunbo ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	background: #dddddd;
	float: left;
	margin-right: 8px;
	border-radius: 50%;
}

.cuxiao {
	position: relative;
	display: inline-block;
}
 .lunbo_r {
	width: 500px;
	height: 375px;
	margin: 0 auto;
	margin-bottom: 500px;
	position: absolute;
	top:55px;
	right:0;
	z-index:5;
}

/*登录状态*/
.lunbo_r .logined{
	float: right;
	width: 300px;
	height: 355px;
	background-color: #fff;
	position: relative;
}

.lunbo_r .logined{
	width: 300px;
	height: 355px;
}

.logined .login_top{
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.logined .login_top img{
	width: 75px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.logined .login_top a{
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: none;
}
.logined .login_top a:hover{
	color: #153e7c;
}

.logined .login_top .name{
	line-height: 50px;
}

.logined .login_middle{
	margin-top: 50px;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}

.logined .login_middle p{
	display: block;
	float: left;
	padding: 0 0 0 40px;
}
.logined .login_middle a{
	display: block;
	float: left;
	color: #fe7318;
	padding: 10px 20px 0 60px;
	text-decoration: none;
}

.logined .login_bottom{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	
}
.logined .login_bottom p{
	display: inline-block;
	line-height: 40px;
	margin: 0 10px;
}
.logined .login_bottom p span{
	color: #fe7318;
}
.logined .login_bottom p a{
	text-decoration: none;
	line-height: 20px;
	margin-left: 35px;
}
.logined .login_bottom .linghongbao{
	color: #8e8e8e;
}

.my{
	margin-top: 50px;
	text-decoration: none;
	text-align: center;
}

.my a{
	color: #000;
	font-size: 14px;
}

.my a:hover{
	color: #153e7c;
	text-decoration: underline;
}

/*未登录状态*/

.lunbo_r .no_login{
	float: right;
	width: 300px;
	height: 355px;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.lunbo_r .no_login img{
	margin: 10px auto;
}

.lunbo_r .no_login .reg{
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 5px;
}

.lunbo_r .no_login .reg a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	width: 100px;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 20px;
}

.lunbo_r .no_login .reg a:hover{
	color: #fff;
	background: #fe7318;
	border: 1px solid #fe7318;
}

.lunbo_r .no_login .guanzhu{
	font-size: 12px;
	color: #868686;
}
.lunbo_r .no_login .saoma{
	text-align: right;
	margin-right: 40px;
	margin-top: 10px;
}

.lunbo_r .no_login .saoma a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

/*轮播图区域结束*/

/*商标、注册、项目*/
#shangbiaobar{
	width: 1200px;
	height: 188px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

#shangbiaobar .shangbiao{
	width: 293px;
	height: 188px;
	background: #ededed;
	float: left;
}

#shangbiaobar .shangbiao .shangbiao_l img{
	position: absolute;
	top: 49px;
	left: 17px;
}

#shangbiaobar .shangbiao_r{
	position: absolute;
	top: 55px;
	left: 140px;
}

#shangbiaobar .shangbiao_r .shangbiao_r_t{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

#shangbiaobar .shangbiao_r .shangbiao_r_c{
	width: 150px;
	font-size: 14px;
	line-height: 20px;

}

#shangbiaobar .zhuce{
	width: 293px;
	height: 188px;
	background: #fff;
	float: left;
}

#shangbiaobar .zhuce .zhuce_l img{
	position: absolute;
	top: 49px;
	left: 310px;
}

#shangbiaobar .zhuce .zhuce_r{
	position: absolute;
	top: 55px;
	left: 433px;
}

#shangbiaobar .zhuce .zhuce_r .zhuce_r_t{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

#shangbiaobar .zhuce .zhuce_r .zhuce_r_c{
	width: 150px;
	font-size: 14px;
	line-height: 20px;

}

#shangbiaobar .xiangmu{
	width: 293px;
	height: 188px;
	background: #ededed;
	float: left;
}

#shangbiaobar .xiangmu .xiangmu_l img{
	position: absolute;
	top: 49px;
	left: 603px;
}

#shangbiaobar .xiangmu .xiangmu_r{
	position: absolute;
	top: 55px;
	left: 726px;
}

#shangbiaobar .xiangmu .xiangmu_r .xiangmu_r_t{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

#shangbiaobar .xiangmu .xiangmu_r .xiangmu_r_c{
	width: 150px;
	font-size: 14px;
	line-height: 20px;

}


#shangbiaobar .qiye{
	width: 300px;
	height: 188px;
	background: #fff;
	float: right;
	box-shadow: 1px 1px 15px #888888;
	/*border: 1px solid red;*/
}

#shangbiaobar .qiye .qiye_t{
	font-size: 16px;
	font-weight: 500;
}

#shangbiaobar .qiye .qiye_t img{
	position: absolute;
	top: 27px;
	right: 230px;
}

#shangbiaobar .qiye .qiye_t div{
	position: absolute;
	top: 43px;
	left: 985px;
}

#shangbiaobar .qiye .qiye_t div span{
	margin: 0 5px;
}

#shangbiaobar .qiye .qiye_m{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 95px;
	right: 45px;
}

#shangbiaobar .qiye .qiye_m span{
	font-size: 28px;
	font-weight: 700;
	color: #fe7318;
	margin-right: 10px;
}

#shangbiaobar .qiye .qiye_b{
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 132px;
	left:940px;
}


/*商标、注册、项目结束*/


/*流程*/
#liucheng{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
/*流程结束*/

/*万众创新*/
#wanzhong{
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	position: relative;
}

#wanzhong .wangzhong_t{
	position: absolute;
	top: 55px;
	left: 430px;
	float: left;
	font-size: 20px;
	color: #153e7c;

}

#wanzhong .wangzhong_t span{
	font-weight: 600;
}

#wanzhong .wangzhong_m{
	position: absolute;
	top: 90px;
	left: 480px;
	float: left;
	font-size: 14px;

}

#wanzhong .wangzhong_m{
	position: absolute;
	top: 90px;
	left: 480px;
	float: left;
	font-size: 14px;

}

#wanzhong img{
	position: absolute;
	top: 118px;
	left: 580px;
}

/*万众创新结束*/

/*常用服务*/
#changyong{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
}

#changyong .changyong_one{
	width: 295px;
	height: 440px;
	margin-right: 5px;
	float: left;
	background: #fff;
}

 .changyong_one_t{
	width: 295px;
	height: 170px;
	background: #ededed;
	text-align: center;
}

.changyong_one_t_t{
	font-size: 15px;
	padding-top: 25px;
	line-height: 15px;
	font-weight: 700;
}

.changyong_one_t_m{
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 12px;
	color: #686868;
}

.changyong_one_t_b{
	padding-top: 14px;
	font-size: 12px;
}

.changyong_one_t_b a{
	display: block;
	color: #000;
	padding: 4px 12px;
	margin-left: 8px;
	margin-bottom: 7px;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 15px;
	float: left;
}

.changyong_one_b_t{
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.changyong_one_b_m ul{
	margin: 0;
	padding: 0;
	padding-left: 30px;
	height: 160px;
}

.changyong_one_b_m ul li{
	font-size: 14px;
	line-height: 24px;
	color: #8e8e8e;
	list-style: disc;
}

.changyong_one_b_b{
	/*padding-top: 65px;*/
	margin-bottom: 10px;
	text-align: center;
}

.changyong_one_b_b a{
	color: #000;
	font-size: 12px;
	/*border: 1px solid #000;
	border-radius: 15px;
	padding: 4px 27px;*/
	text-decoration: none;
	padding: 4px 18px;
	border-radius: 15px;
	border: 1px solid #000;
}

/*常用服务结束*/

/*优质创业*/
#youzhi{
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	text-align: center;
}

#youzhi .youzhi_t{
	padding-top: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #153e7c;

}

#youzhi .youzhi_t span{
	font-weight: 600;
}

#youzhi .youzhi_m{
	font-size: 14px;
	margin-top: 10px;
}

#youzhi .youzhi_m{
	font-size: 14px;

}
/*优质创业结束*/

/*限时抢购*/
#xianshi{
	width: 1200px;
	height: 442px;
	/*border: 1px solid red;*/
	margin: 0 auto;
}

/*限时抢购左侧*/

#xianshi .xianshi_l{
	width: 900px;
	float: left;
}

#xianshi .xianshi_l .xianshi_l_l{
	width: 225px;
	height: 230px;
	background: #fff;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	padding-left: 30px;
	padding-right: 40px;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_a{
	padding-top: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #868686;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_a div{
	float: right;
	display: block;
	/*margin-right: 125px;*/
	width: 37px;
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
	background: #fb4c07;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_b{
	font-size: 12px;
	line-height: 16px;
	color: #868686;
	margin-top: 10px;
	margin-bottom: 23px;
	height: 32px;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_c{
	font-size: 12px;
	color: #868686;
	margin-bottom: 15px;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_d{
	font-size: 12px;
	color: #868686;
}

#xianshi .xianshi_l .xianshi_l_l .xianshi_l_d span{
	color: #fe7318;
	font-weight: 700;
	font-size: 16px;
}

.to_pay_a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 105px;
	height: 24px;
	border-radius: 18px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 55px;
}


/*限时抢购左侧结束*/

/*限时抢购右侧*/
#xianshi .xianshi_r{
	float: right;
	width: 297px;
	height: 440px;
	/*border: 1px solid blue;*/
	background: #fff;
}

#xianshi .xianshi_r .xianshi_r_t{
	height: 57px;
	background: #153e7c;
	color: #fff;
}

#xianshi .xianshi_r .xianshi_r_t img{
	float: left;
	padding-top: 14px;
	padding-left: 17px;
}

#xianshi .xianshi_r .xianshi_r_t .rexiao{
	/*display: block;*/
	float: left;
	display:inline-block;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 20px;
}

#xianshi .xianshi_r .xianshi_r_t a{
	text-decoration: none;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 25px;
}

#xianshi .xianshi_r .xianshi_r_c{
	overflow: hidden;
	height: 380px;
}

#xianshi .xianshi_r .xianshi_r_c ul{
	margin: 0;
	padding: 0;
}

#xianshi .xianshi_r .xianshi_r_c ul li{
	margin: 0 20px;
	list-style: none;
	padding: 20px 0 10px 0;
	height: 20px;
	/*text-align: center;*/
	border-bottom: 1px solid #868686;
}

#xianshi .xianshi_r .xianshi_r_c ul li a{
	text-decoration: none;
	color: #000;
}

#xianshi .xianshi_r .xianshi_r_c ul li div{
	/*float: left;*/
	display: inline-block;/*行内块级元素：设置成块级元素但是不换行*/
}

#xianshi .xianshi_r .xianshi_r_c ul li .fuwu{
	font-size: 14px;
	font-weight: 700;
	width: 75px;
}

#xianshi .xianshi_r .xianshi_r_c ul li .price{
	font-size: 14px;
	color: #868686;
}

#xianshi .xianshi_r .xianshi_r_c ul li .price span{
	color: #fe7318;
}

#xianshi .xianshi_r .xianshi_r_c ul li .xianshi{
	/*float: left;*/
	/*display: block;*/
	margin: 0 0px;
	width: 37px;
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
	background: #fb4c07;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
/*限时抢购右侧结束*/

/*限时抢购结束*/

/*优质合作企业*/
#yzhezuo{
	width: 1200px;
	height: 145px;
	margin: 0 auto;
	text-align: center;
}

#yzhezuo .yzhezuo_t{
	padding-top: 60px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #153e7c;

}

#yzhezuo .yzhezuo_t span{
	font-weight: 600;
}

#yzhezuo .yzhezuo_m{
	font-size: 14px;
	margin-top: 10px;
}

#yzhezuo .yzhezuo_m{
	font-size: 14px;

}
/*优质合作企业结束*/

/*合作企业*/
#hezuo{
	width: 1200px;
	height: 235px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

#hezuo div{
	width: 190px;
	height: 110px;
	background: #fff;
	margin-right: 12px;
	margin-bottom: 15px;
	line-height: 110px;
	float: left;
	display: table;
}

#hezuo .haha{
	margin-right: 0;
}

#hezuo div span{
	display: table-cell;
	vertical-align: middle;
}

#hezuo div img{
	clear: both; 
	display: block; 
	margin: auto; 
	vertical-align: middle;
	width: 190px;
}
/*合作企业结束*/

/*底部版权信息*/
#footer{
	width: 100%;
	height: 210px;
	background: #fff;
	color: #8c8c8c;
	margin-top: 130px;
}

#footer .foot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}

#footer .foot .footer_l{
	float: left;
	margin-right: 115px;
}

#footer .foot .footer_r{
	float: left;
	line-height: 25px;
}

#footer .foot .footer_r div a{
	margin-right: 35px;
	color: #8c8c8c;
	text-decoration: none;
}

#footer .foot .footer_r div a:hover{
	text-decoration: underline;
	color: #153e7c;
}

#footer .foot .footer_r div .jishu{
	margin-right: 0;
}

/*底部版权信息结束*/

.service_li {
	position: relative;
	top:0;
	left:0;
	display:inline-block;
}
.hover_ul {
	position:absolute;
	top:55px;
	left:0px;
	list-style:none;
	padding-left:0;
	z-index:10;
}
.hover_ul .hover_div {
	position: absolute;
	top:0;
	left:199px;
	background: rgba(255,255,255,0.8);
	width:500px;
	padding:10px 0  0 40px;
	color:black;
	text-align: left;
	min-height:295px;
}

.hover_ul .hover_div a{
	color: black;
}

.hover_ul p {
	background: rgba(32,75,142,0.8);
	/*padding-left:16px;*/
	width:200px;
	color:white;
	font-size:14px;
	height:60px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.hover_ul p:hover {
	background: rgba(255,255,255,0.8);
	color:black;
	border-left: 1px solid rgb(254, 115, 24);
	box-sizing:border-box;
	/*border-right: 1px solid rgba(255, 255, 255, 0.8);*/
	/*cursor: pointer;*/
}

.hover_ul p:hover a{
	color:black;
}

.hover_ul  p a {
	padding-right:5px;
	color: #fff;
}
.hover_ul  p a:hover{
	color: #153e7c;
	text-decoration: underline;
}
.hover_div li {
	display: inline-block;
	padding-right:16px;
	line-height: 24px;
	font-size: 14px;
}
.hover_div li a:hover{
	text-decoration: underline;
	color: #153e7c;
}
.hover_div ul {
	padding-bottom:10px;
	padding-left: 0;
	line-height: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.hover_div h5 {
	padding:10px 0 16px 0;
	line-height:24px;
	font-size:14px;
}
.pos_abs {
	position: absolute;
	top:22px;
	left:-64px;
	z-index:10;
}

ul {
	list-style:none;
}
.hide {
	display: none;
}

/*滑过之后变大*/

.scale {
	transition:all 0.15s linear;
}
.scale:hover,
.scale.active {
	transform:scale(1.15);	
	/*cursor:pointer;*/
}
.scale.active .changyong_num_t,
.scale:hover .changyong_num_t {
	background:rgb(19,59,120);
	color:white;
}
.scale.active .changyong_num_t div,
.scale.active .changyong_num_t a,
.scale:hover .changyong_num_t div,
.scale:hover .changyong_num_t a {
	color:white;
}
.scale.active a,
.scale:hover a {
	border:thin solid white;
}
.scale.active .contact_kefu,
.scale:hover .contact_kefu {
	background: rgb(243,121,39);
	color:white;
	padding: 4px 18px;
	border-radius: 15px;
	border: 1px solid rgb(243,121,39);
}
.chongyong_num_t_b {
	padding-bottom:10px;
}


.outer {
	zoom:1;
}  
.outer:after {
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
.changyong_num_t {
	height:180px;
}

.hide_p {
	visibility: hidden;
	border-top:8px solid #F37927;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width:297px;
	margin-left:-30px;
}
[class*=xianshi_l_]:hover .hide_p {
	visibility: visible;
}
[class*=xianshi_l_]:hover a.to_pay_a {
	background: #F37927;
	color:white;
	border:none;
}

/*常用的class样式*/
.hide {
	display: none;
}

a{
	text-decoration: none;
}

.outer {
	zoom:1;
}  
.outer:after {
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
.f_l {
	float:left;
}
.f_r {
	float: right;
}
.center {
	text-align: center;
}

/*遮罩层*/
.modal_parent {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	z-index: 25;
}
.modal_child {
	width:780px;
	height:480px;
	background: white;
	position: absolute;
	top:17%;
	left:20%;
	text-align: center;
}
.close {
	text-align: right;
	font-size:36px;
	padding-right:10px;
}
.close:hover,
.auth_span:hover,
.pay_method span:hover {
	cursor:pointer;
}
/*银行卡支付*/
.buy_info {
	color:gray;
}
.buy_info span {
	font-size:14px;
}
span.buy_price {
	color:#F37A28;
	font-size:18px;
}
.buy_type {
	color:#2A5393;
	padding-right:40px;
}
.title {
	padding:24px 0 16px 0;
}
.bank_card {
	padding:40px 40px 0 40px;
	text-align: left;
}
.bank_left {
	width:300px;
}
.card_info {
	height:90px;
	width:140px;
	background: #F5F5F5;
	text-align: center;
	margin:0 5px 5px 0;
	color:#8C8C8C;
}
.card_info:hover {
	cursor:pointer;
}
.card_info h4 {
	font-size:16px;
	padding:16px 0 6px 0;
}
.last4 {
	font-size:12px;
}
/*银行卡选中效果*/
.selected {
	background: #F37A28;
	color:white;
	border: none;
}
.add_btn {
	font-size:90px;
	line-height: 80px;
}
.font16 {
	font-size:16px;
}
input {
	outline:none;
	border:thin solid gray;
}
.bank_right {
	line-height:48px;
	margin-left:330px;
}
.cir {
	border-radius: 20px;
}
input.cir,
.auth_span {
	display: inline-block;
	width:310px;
	height:32px;
	line-height: 30px;
	padding-left:10px;
	vertical-align: middle;
}
input.auth_input {
	width:150px;
}
.auth_span {
	width:112px;
	background: #ededed;
	color:#999;
	font-size:24px; 
	margin-left:35px;
}
/*遮罩层的支付方式*/
.pay_method {
	position: absolute;
	bottom:30px;
	right:30px;
}
.pay_method span {
	display: inline-block;
	border-left: thin solid gray;
	height:18px;
	line-height: 18px;
	padding:0 5px;
	font-size:14px;
	color:gray;
}
.last_span {
	border-right: thin solid gray;
}
span.active {
	color:black;
	font-weight: bold;
}
/*微信支付*/
.wx_pay .title {
	padding-top:60px;
}
.wx_pay .buy_type,
.pay_finish .buy_type {
	padding:0;
}
.info {
	padding:6px 0;
	color: #868686;
}
.ma_img {
	margin-top:30px;
}
/*支付完成*/
.pay_finish .title {
	margin-top:80px;
}
.gray {
	color:gray;
}
/*添加银行卡*/
.container {
	width:360px;
	position: absolute;
	left:50%;
	margin-left:-180px;
}
.add_bank form {
	line-height: 48px;
}



/*登录注册开始*/

/*遮罩层*/
.modal_parent_o {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	z-index: 25;
}
.modal_child_o {
	width:780px;
	height:480px;
	background: white;
	position: absolute;
	top:17%;
	left:20%;
	text-align: center;
}

.close:hover,
.auth_span:hover,
.dl_method span:hover {
	cursor:pointer;
}
/*快速登录*/

.info span label {
	color:#2A5393;
}
.title {
	padding:24px 0 16px 0;
}


/*遮罩层的登录方式*/
.dl_method {
	position: absolute;
	bottom:30px;
	right:30px;
}
.dl_method span {
	display: inline-block;
	border-left: thin solid gray;
	height:18px;
	line-height: 18px;
	padding:0 5px;
	font-size:14px;
	color:gray;
}

/*微信扫码登录*/
.wx_dl .title {
	padding-top:60px;
}



/*手机验证码登录*/

.sjyz_dl form {
	line-height: 55px;
}

form a{
	display: inline-block;
	width: 140px;
	margin-left: 18px;
	font-size: 14px;
	line-height: 35px;
}

.sjyz_dl .container form #btnSendCode{
	/*border: none;*/
	width:130px;
	height:32px; 
	text-align: center;
	margin-left: 30px;
}

.sjyz_dl .container form #btnSendCode.active{
	background: #ededed;
	color: #999;
}